home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00143.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  250 b   |  11 lines

  1. on shrink4
  2.   global sh
  3.   puppetSprite(4, 1)
  4.   repeat with sh = 1 to 6
  5.     set the width of sprite 4 to the width of sprite 4 - 100
  6.     set the height of sprite 4 to the height of sprite 4 - 100
  7.     updateStage()
  8.   end repeat
  9.   puppetSprite(4, 0)
  10. end
  11.